home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AvisynthPlugins / Blockbuster.xml < prev    next >
Extensible Markup Language  |  2004-10-01  |  4KB  |  50 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="Blockbuster">
  4.   <description>Blockbuster 0.7 by Ross Thomas</description>
  5.   <filters>
  6.     <filter name="Blockbuster" category="Misc Plugins" helpfile="Blockbuster" type="clip">
  7.       <description>With this filter one can use several methods to reduce or eliminate DCT blocks: adding noise (Gaussian distributed), sharpening, or blurring.</description>
  8.       <colorspaces>
  9.         <colorspace>yv12</colorspace>
  10.         <colorspace>yuy2</colorspace>
  11.       </colorspaces>
  12.       <parameters>
  13.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  14.           <description />
  15.           <items />
  16.         </parameter>
  17.         <parameter name="method" type="string" default="" max="0" min="0" step="0" optional="False" paramList="False">
  18.           <description>See helpfile for explanations and additional arguments.</description>
  19.           <items>
  20.             <item>noise</item>
  21.             <item>dither</item>
  22.             <item>sharpen</item>
  23.             <item>blur</item>
  24.             <item>show</item>
  25.           </items>
  26.         </parameter>
  27.         <parameter name="block_size" type="int" default="8" max="0" min="3" step="0" optional="True" paramList="False">
  28.           <description>Determines the size of the blocks into which each frame is split before processing. The value represents both the width and height of the block, and cannot be less than 3.</description>
  29.           <items />
  30.         </parameter>
  31.         <parameter name="detail_min" type="int" default="1" max="100" min="1" step="0" optional="True" paramList="False">
  32.           <description>Determines the amount of detail that must be present in a block for it to be processed. It represents the percentage of unique brightness levels within the block.  For example, if block_size is set to 8, each block contains 64 pixels. If detail_min is 1 and detail_max is 50, a block will only be processed if it contains between 1 and 32 unique brightness levels.</description>
  33.           <items />
  34.         </parameter>
  35.         <parameter name="detail_max" type="int" default="10" max="100" min="1" step="0" optional="True" paramList="False">
  36.           <description>Determines the amount of detail that must be present in a block for it to be processed. It represents the percentage of unique brightness levels within the block.  For example, if block_size is set to 8, each block contains 64 pixels. If detail_min is 1 and detail_max is 50, a block will only be processed if it contains between 1 and 32 unique brightness levels.</description>
  37.           <items />
  38.         </parameter>
  39.         <parameter name="luma_offset" type="int" default="0" max="0" min="0" step="0" optional="True" paramList="False">
  40.           <description>Luma pixels in the range 0-luma_threshold will be offset by  luma_offset within processed blocks. For example, if luma_threshold is 30 and luma_offset is -2,  dark pixels (those with a luma between 0 and 30 inclusive) will  have 2 subtracted from them, making them slightly darker still.</description>
  41.           <items />
  42.         </parameter>
  43.         <parameter name="luma_threshold" type="int" default="25" max="0" min="0" step="0" optional="True" paramList="False">
  44.           <description>Luma pixels in the range 0-luma_threshold will be offset by  luma_offset within processed blocks.  For example, if luma_threshold is 30 and luma_offset is -2,  dark pixels (those with a luma between 0 and 30 inclusive) will  have 2 subtracted from them, making them slightly darker still.</description>
  45.           <items />
  46.         </parameter>
  47.       </parameters>
  48.     </filter>
  49.   </filters>
  50. </plugin>